home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000130_news@columbia.edu_Mon Oct 16 06:52:13 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA22055
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 17 Oct 1995 07:56:26 -0400
  3. Received: by apakabar.cc.columbia.edu id AA05265
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 17 Oct 1995 07:56:24 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!news.sprintlink.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MSK 3.14: set printer lpt1:
  9. Message-Id: <1995Oct16.125213.63886@cc.usu.edu>
  10. Date: 16 Oct 95 12:52:13 MDT
  11. References: <45tv34$pq5@ccs-sparc2.queensu.ca>
  12. Organization: Utah State University
  13. Lines: 21
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <45tv34$pq5@ccs-sparc2.queensu.ca>, mike@post.queensu.ca (Mike Smith) writes:
  17. > If I give the command
  18. >    set printer lpt1:
  19. > to MSK 3.14 it dumps a bunch of gibberish to my screen.  I get this effect
  20. > even if I start kermit with no initialization file
  21. >    kermit -f nul
  22. > or with an initialization file that installs the patches for 21 May 1994
  23. > (patch level 9) and does nothing else.
  24. > The gibberish appears to be an attempt to print an error message that isn't
  25. > there so MSK dumps whatever is there up to the first null.  If I omit the
  26. > colon MSK responds as expected.
  27. ------------
  28.     Uh oh. Yes, a message that lives in a different data segment than
  29. expected, hence gibberish. Sorry about that.
  30.     Thanks,
  31.     Joe D.